home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: Essential Home & Business / PC-SIG - Essential Home and Business Collection.iso / 17 / 4 / 8 / VEHMTC / MTCINSTL.BAT < prev    next >
DOS Batch File  |  1988-10-11  |  367b  |  21 lines

  1. echo off
  2. cls
  3. echo Continuing will install VEHMTC42 on hard disk C:
  4. echo in a new directory C:\MTC
  5. echo.
  6. echo Enter ctrl C to abort
  7. echo.
  8. echo.
  9. echo Or to continue
  10. pause
  11. echo Creating new directory C:\MTC
  12. md c:\mtc
  13. echo Copying 3 files to C:\MTC
  14. copy vehmtc42.exe c:\mtc
  15. copy mtcfix.exe c:\mtc
  16. copy sample.mtc c:\mtc
  17. echo.
  18. echo.
  19. echo.
  20. echo Done !
  21.